projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe133ac
)
Looking for .bzr as a check for top-level directory will soon be a bad idea.
author
Eric S. Raymond
<esr@thyrsus.com>
Sat, 25 Oct 2014 20:11:24 +0000
(16:11 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Sat, 25 Oct 2014 20:11:24 +0000
(16:11 -0400)
Fortunately the other two checks should be quite sufficient.
admin/check-doc-strings
patch
|
blob
|
history
diff --git
a/admin/check-doc-strings
b/admin/check-doc-strings
index a0b5acb623f1e04d532655e8c280ee37045e3c81..13e8b0cd8e71fb66195cd63ad7d2e6d359670536 100755
(executable)
--- a/
admin/check-doc-strings
+++ b/
admin/check-doc-strings
@@
-18,7
+18,7
@@
formal parameters, docstrings, and lispref texi.
This program is in the public domain.\n";
die $usage if @ARGV;
-die $usage unless -r "src/alloc.c" && -d "
.bzr" && -d "
lisp";
+die $usage unless -r "src/alloc.c" && -d "lisp";
my %texi_funtype;
my %texi_arglist;